home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / global / config.css < prev    next >
Cascading Style Sheet File  |  2009-07-01  |  1KB  |  77 lines

  1.  
  2. @import url("chrome://global/skin/");
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5.  
  6. #warningScreen
  7. {
  8.   background-color: -moz-Dialog;
  9. }
  10.  
  11. #warningBox
  12. {
  13.   background-color: -moz-Field;
  14.   color: -moz-FieldText;
  15.   border: 1px solid ThreeDShadow;
  16.   -moz-border-radius: 10px;
  17.   padding: 3em;
  18.   -moz-padding-start: 30px;
  19.   margin-left: 1em;
  20.   margin-right: 1em;
  21. }
  22.  
  23. #warningInnerBox
  24. {
  25.  max-width: 50em;
  26. }
  27.  
  28. #warningTitle
  29. {
  30.   margin: 0 0 .6em 0;
  31.   font-size: 160%;
  32.   border-bottom: 1px solid ThreeDLightShadow
  33. }
  34.  
  35. #warningText
  36. {
  37.   font-size: 110%;
  38.   margin-left: 0;
  39. }
  40.  
  41. #warningButton
  42. {
  43.   margin-top: 0.6em;
  44. }
  45.  
  46. #showWarningNextTime
  47. {
  48.   margin-top: 0.6em;
  49. }
  50.  
  51. #exclam
  52. {
  53.   list-style-image: url("chrome://global/skin/icons/warning-large.png");
  54.   -moz-margin-end: 3em;
  55. }
  56.  
  57. #configTreeBody::-moz-tree-cell-text(user)
  58. {
  59.   font-weight: bold;
  60. }
  61.  
  62. #configTreeBody::-moz-tree-cell-text(locked)
  63. {
  64.   font-style: italic;
  65. }
  66.  
  67. #configTree 
  68. {  
  69.   margin-top: 5px;
  70.   margin-bottom: 5px;
  71. }
  72.  
  73. #filterRow
  74. {
  75.   margin-top: 5px;
  76. }
  77.